Rollbar::Notify

Function

Notify names a function, with lambda list (LEVEL MESSAGE* &KEY CONDITION):

Sends a notification to Rollbar of level LEVEL with message MESSAGE*.

If CONDITION is given, useful information is extracted therefrom (eg, backtrace).

Without CONDITION, the backtrace will be from the current (caller) context.

If unable to reach Rollbar, a SIGNAL of type CAN-NOT-REPORT will be raised, which you can choose to CATCH or ignore.

A log entry will also be printed to *TRACE-OUTPUT* for levels “debug” or “info,” and to *ERROR-OUTPUT* for other levels. (See ‘OUTPUT-FOR-LEVEL’)

File

Defined in file src/lib/rollbar/rollbar.lisp.